home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oh!X 2001 Spring
/
Oh!X 2001 Spring Special CD-ROM (Japan) (Track 1).bin
/
DX8VC
/
PingPong
/
PingPong.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS (detected)
UTF-8
Wrap
C/C++ Source or Header
|
2001-01-08
|
231 b
|
10 lines
// PingPong ヘッダファイル
#define RELEASE(x) if( x!=NULL ){ x->Release(); x=NULL; }
BOOL InitDDraw(HWND hWnd);
BOOL InitDDError(HWND hWnd);
BOOL ResumeScreen();
void ReleaseObjects(void);
void Render();
void InitGame();